| lcFilletSetLines | Home |
|
BOOL lcFilletSetLines ( double L1x0, double L1y0, double L1x1, double L1y1, double L2x0, double L2y0, double L2x1, double L2y1 ); |
| L1x0 L1y0 | |
| Start point of 1st line. | |
| L1x1 L1y1 | |
| End point of 1st line. | |
| L2x0 L2y0 | |
| Start point of 2nd line. | |
| L2x1 L2y1 | |
| End point of 2nd line. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| Code sample, lcFillet, lcFilletGetPoint |